From: Simon McVittie Date: Thu, 14 Aug 2025 23:04:49 +0000 (+0100) Subject: Normalize formatting with debputy X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=76b073e1ca2b95f203a334873a550e201d6039b4;p=ostree.git Normalize formatting with debputy --- diff --git a/debian/control b/debian/control index 89221fa0..a53a7a49 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,11 @@ Uploaders: Matthias Klumpp , Simon McVittie , Sjoerd Simons , - Dylan Aïssi + Dylan Aïssi , Build-Depends: + debhelper (>= 13.11.6~), + debhelper-compat (= 13), + dh-sequence-gir, attr, autoconf, automake, @@ -15,12 +18,8 @@ Build-Depends: bsdextrautils , ca-certificates, cpio, - debhelper (>= 13.11.6~), - debhelper-compat (= 13), - dh-sequence-gir, docbook-xml , docbook-xsl , - libext2fs-dev, elfutils, fuse3:native, gir1.2-gio-2.0-dev, @@ -36,6 +35,7 @@ Build-Depends: libavahi-glib-dev, libcap-dev, libcurl4-openssl-dev | libcurl-dev, + libext2fs-dev, libfuse3-dev, libglib2.0-dev, libgpgme-dev, @@ -58,6 +58,7 @@ Standards-Version: 4.7.2 Homepage: https://github.com/ostreedev/ostree/ Vcs-Git: https://salsa.debian.org/debian/ostree.git Vcs-Browser: https://salsa.debian.org/debian/ostree +X-Style: black Package: gir1.2-ostree-1.0 Architecture: linux-any @@ -119,8 +120,8 @@ Depends: Suggests: libostree-doc, Provides: - ${gir:Provides}, gir1.2-ostree-1.0-dev (= ${binary:Version}), + ${gir:Provides}, Description: Development files for the libostree library libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files diff --git a/debian/tests/control b/debian/tests/control index b4286132..fc3a3e6e 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,15 +1,31 @@ -Tests: flaky-concurrency -Restrictions: flaky -Depends: gnome-desktop-testing, ostree-tests +Tests: + flaky-concurrency, +Restrictions: + flaky, +Depends: + gnome-desktop-testing, + ostree-tests, -Tests: flaky-sysroot +Tests: + flaky-sysroot, Architecture: s390x -Restrictions: flaky -Depends: gnome-desktop-testing, ostree-tests +Restrictions: + flaky, +Depends: + gnome-desktop-testing, + ostree-tests, -Tests: gnome-desktop-testing -Depends: gnome-desktop-testing, ostree-tests +Tests: + gnome-desktop-testing, +Depends: + gnome-desktop-testing, + ostree-tests, -Tests: build -Restrictions: superficial -Depends: build-essential, libostree-dev, pkgconf +Tests: + build, +Restrictions: + superficial, +Depends: + build-essential, + libostree-dev, + pkgconf,